home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Secondary Source
/
PICS_Utils.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-10
|
291 b
|
15 lines
|
[
TEXT/CWIE
]
#ifndef PICS_UTILS_H_
#define PICS_UTILS_H_
Boolean OpenPICSFile(FSSpec *file);
Boolean OpenPICTFile(FSSpec *file);
Boolean FetchPICSFileInfo(
const FSSpec *file,
Rect *picsRect,
short *picsDepth,
short *numFrames);
short GetPictDepth(PicHandle thePic);
#endif // PICS_UTILS_H_